Don't undefine AF_INET6.
authorJason Rumney <jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:55 +0000 (23:03 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 14 Jul 2007 23:03:55 +0000 (23:03 +0000)
src/process.c

index 90d0ee340241d49a2325e336f39da520943357f8..5f96467a681d7f0a596e2d615daf212e303e1577 100644 (file)
@@ -121,14 +121,6 @@ Boston, MA 02110-1301, USA.  */
 #include <sys/wait.h>
 #endif
 
-/* Disable IPv6 support for w32 until someone figures out how to do it
-   properly.  */
-#ifdef WINDOWSNT
-# ifdef AF_INET6
-#  undef AF_INET6
-# endif
-#endif
-
 #include "lisp.h"
 #include "systime.h"
 #include "systty.h"